home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactive 4 / CARTS4.iso / mac / MiniCad 6.0.1 demo / MiniCad 6.0.1 Demo / MiniCad 6.0.1 Demo.rsrc / STR#_7009.txt < prev    next >
Text File  |  1996-03-22  |  306b  |  13 lines

  1. Repeatedly calls the passed procedure for each object fits the search criteria.
  2.  
  3. ForEachObject(ProcedureHandle : HANDLE; SearchCriteria : STRING);
  4.  
  5. Executes a menu item available in MiniCad+.
  6.  
  7. DoMenu(MenuItem, ModifierKey);
  8.  
  9. Receives a name to a existing subprogram and executes it.
  10.  
  11. Run(SubProgramName);
  12.  
  13.